projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abf0f86
)
dns-mode-soa-auto-increment-serial: safe if symbolp
author
Stephen Gildea
<stepheng+emacs@gildea.com>
Tue, 28 Jan 2020 05:28:21 +0000
(21:28 -0800)
committer
Stephen Gildea
<stepheng+emacs@gildea.com>
Tue, 28 Jan 2020 05:35:17 +0000
(21:35 -0800)
* lisp/textmodes/dns-mode.el (dns-mode-soa-auto-increment-serial):
Mark variable as safe as a file local variable when symbolp.
lisp/textmodes/dns-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/dns-mode.el
b/lisp/textmodes/dns-mode.el
index 3bdea946105949bf2caa34d8bd177fb777d355c2..6dfea8f188779a722912d4ee032817f8e4e51397 100644
(file)
--- a/
lisp/textmodes/dns-mode.el
+++ b/
lisp/textmodes/dns-mode.el
@@
-134,6
+134,7
@@
manually with \\[dns-mode-soa-increment-serial]."
:type '(choice (const :tag "Always" t)
(const :tag "Ask" ask)
(const :tag "Never" nil))
+ :safe 'symbolp
:group 'dns-mode)
;; Syntax table.